Return

Edit Task: SetPossibilityResourceBreakdown

Format

SCHED / EditTask '<TaskName>' SetPossiblityResourceBreakdown '<PossibilityName>' '<ResourceName>' <BreakdownTime>

Description

The SetPossibilityResourceBreakdown attribute under EditTask defines the resource's breakdown time for a single task possibility.

Parameters

ParameterDescription
PossibilityNameA string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes.
ResourceNameA string of text in single quotes of the resource name that is being defined within the command.
BreakdownTimeA numerical value in seconds (millisecond fidelity).

Examples

Set the breakdown time to 15.2s for ResA in the possibility containing ResA and ResB

SCHED / EditTask 'TaskA' SetPossibilityResourceBreakdown 'ResA,ResB' 'ResA' 15.2